Skip to content

chore: move development dependencies to the Gemfile - #61

Merged
tas50 merged 1 commit into
mainfrom
chore/move-dev-deps-to-gemfile
Aug 24, 2026
Merged

chore: move development dependencies to the Gemfile#61
tas50 merged 1 commit into
mainfrom
chore/move-dev-deps-to-gemfile

Conversation

@tas50

@tas50 tas50 commented Aug 24, 2026

Copy link
Copy Markdown
Member

Moves rspec into the Gemfile's :test group (rake is already declared there) and drops the pry development dependency, which nothing in the repo references.

The Gemfile already says gemspec development_group: :test, so these were resolving into :test regardless — the installed bundle is unchanged apart from pry.

Development dependencies belong in the Gemfile, not the gemspec. Declaring
them in the gemspec ships them as real metadata to every consumer and
duplicates constraints already expressed in the Gemfile.

Signed-off-by: Tim Smith <tsmith84@proton.me>
@tas50
tas50 merged commit 3abee36 into main Aug 24, 2026
8 checks passed
@tas50
tas50 deleted the chore/move-dev-deps-to-gemfile branch August 24, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant